-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: optimize log and make their specification consistent (#2853) #2903
Conversation
49fd607
to
3c75a25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
3c75a25
to
0bbdfd1
Compare
/run-all-tests |
0bbdfd1
to
49aa57e
Compare
/run-all-tests |
Signed-off-by: Ryan Leung <rleungx@gmail.com>
49aa57e
to
ba4b014
Compare
/merge |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2903 +/- ##
===============================================
- Coverage 77.41% 77.38% -0.03%
===============================================
Files 210 210
Lines 22784 22793 +9
===============================================
+ Hits 17638 17639 +1
- Misses 3816 3823 +7
- Partials 1330 1331 +1
Continue to review full report at Codecov.
|
cherry-pick #2853 to release-4.0
What problem does this PR solve?
Related to #2704.
What is changed and how it works?
This PR does some optimization for the error log by defining the error when we first meet it.
Check List
Tests
Related changes
Release note